fix doc formatting errors
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Dec 2006 20:30:39 +0000 (20:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Dec 2006 20:30:39 +0000 (20:30 +0000)
ChangeLog
gtk/gtkprintoperation.c
gtk/gtkrecentmanager.h

index a4c6ffcca41a1f35632c2a0c5eed0b9114b2b989..1ef4181521512108edb11af1f76e72a6fd0ed51e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkrecentmanager.h:
+       * gtk/gtkprintoperation.c: Fix doc typos.  (#370909,
+       Shiino Yuki)
+
        * gtk/gtkstyle.c (gtk_style_attach): Clarify docs.  (#353423,
        Christian Persch)
 
index bf634e77af0f6c1e484f5a62871aca8860d617c0..0391b8ae233b8afeb68008be71bab32a86a7bac8 100644 (file)
@@ -2332,7 +2332,7 @@ gtk_print_operation_get_error (GtkPrintOperation  *op,
  *                                          GTK_DIALOG_DESTROY_WITH_PARENT,
  *                                          GTK_MESSAGE_ERROR,
  *                                          GTK_BUTTONS_CLOSE,
- *                                          "Error printing file:\n%s",
+ *                                          "Error printing file:\n&percnt;s",
  *                                          error->message);
  *    g_signal_connect (error_dialog, "response", 
  *                      G_CALLBACK (gtk_widget_destroy), NULL);
index 1d21870c3d59ff19c801bb757937ede691d654e1..37e7121a623d65d28f9a95ec1f7ce1f2283d0043 100644 (file)
@@ -53,8 +53,9 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
  * @app_name: the name of the application that is registering this recently
  *   used resource;
  * @app_exec: command line used to launch this resource; may contain the
- *   "%f" and "%u" escape characters which will be expanded to the resource
- *   file path and URI respectively when the command line is retrieved;
+ *   "&percnt;f" and "&percnt;u" escape characters which will be expanded 
+ *   to the resource file path and URI respectively when the command line 
+ *   is retrieved;
  * @groups: a vector of strings containing groups names;
  * @is_private: whether this resource should be displayed only by the
  *   applications that have registered it or not.